Conversation
|
@lauty95 I am not seeing a scan of any warehouse have an effect, and when I try to select form the drop down, I'm not seeing either the selection or the items in the warehouse. |
…ock-reconciliation-mobile
|
@agritheory @lauty95 I was only able to use barcodes setup in Warehouses (
I'm seeing the same behaviour, and it doesn't seem like the items are being mapped to the view correctly. @lauty95 should it be pulling from the mapped Stock Recon document directly? |
|
@lauty95 Just tested this again - not seeing any items populate when I scan a warehouse |
DebuggI added a Let me know if you can see the select dropdown populated with warehouses on any other page. ComponentsI temporarily added DemoScreen.Recording.2025-06-24.at.2.11.46.PM.mov |
|
@lauty95 Please update dependencies after release w/ Stonecrop |
Could you test it again? I installed a new site and it’s working for me. If it’s still not working, I left some console.logs to help with debugging. |
|
@lauty95 Clearing the warehouse with the [x] button does not remove the items from the list, but scanning a warehouse does populate the items in the first place. Scanning an item does not increment its quantity which it should. Scanning a new item does not correctly add it to the list (I scanned Butter, which was not kept in this warehouse) I'm not sure we should any items where the actual qty is 0, which should be part of the db query/filter? |
Features
DiscussionI added a function to get items similar to what the Stock Reconciliation Doctype does. Also, I added a filter by
Let me know if it's ok. DemoScreen.Recording.2025-07-17.at.11.50.38.AM.mov |
|
@lauty95 Please regenerate yarn.lock ro resolve conflict |
|
@lauty95 We've made a lot of updates to the base branch, can you rebase? |
3eaf2e6 to
aa88cdb
Compare
Coverage Report
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
e48cba3 to
aa88cdb
Compare
|
@agritheory I updated
const headers = computed(() => {
// setup as a computed property to allow Frappe to set the CSRF token
return {
'Content-Type': 'application/json',
'X-Frappe-CSRF-Token': frappe.csrf_token,
}
})I noticed that Let me know if you see anything else I should adjust |
|
@lauty95 Scanning warehouse is not working for me. The actual value of the barcode shouldn't matter.
|









Stock Reconciliation [Mobile version]
Reconciliation option added to menu
This option menu was added to
setup.pyso it should be included when executingbench execute 'beam.tests.setup.before_test'Handling WH Scan
You can scan or select a Warehouse
The data is handled in mappers of the store, similar to how it is managed in the Move or Repack pages.